home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000052_news@columbia.edu _Fri Oct 25 00:05:43 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id AAA27326 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 25 Oct 1996 00:05:42 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id AAA10045 for kermit.misc@watsun; Fri, 25 Oct 1996 00:05:27 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  5. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit telnet shows display on OS/2 host instead on LAN client
  8. Date: 25 Oct 1996 04:05:09 GMT
  9. Organization: Columbia University
  10. Lines: 27
  11. Message-ID: <54pe9l$b5o@dobryden.cc.columbia.edu>
  12. References: <54p5gg$1t04$1@news-s01.ny.us.ibm.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <54p5gg$1t04$1@news-s01.ny.us.ibm.net>,  <rooconn@ibm.net> wrote:
  16. : Specfically:  when I have telnetd running on a Warp Connect (no fixpacks) 
  17. : pc, and telnet to
  18. : it over a LAN from CKermit 191 for OS/2 or MSDOS Kermit 3.14 (after
  19. : loading a packet driver),
  20. : I get the session displayed on the host instead of the client -- useless!  
  21. : If I use telnetpm
  22. : from Warp or Win95's telnet, then it works as expected in showing the 
  23. : session in a window on
  24. : the invoking machine.
  25.  
  26.  
  27. C-Kermit for OS/2 supports VT220 as its default emulation.
  28.  
  29. MS-DOS Kermit and Kermit-95 support VT320 as their default emulations.
  30.  
  31. TelnetPM and Win95 support VT100.  OS/2 Telnetd only supports VT100 and
  32. ANSI terminal emulations.
  33.  
  34. SET TERMINAL TYPE ANSI in C-Kermit for OS/2 or MS-DOS Kermit and you
  35. will see your problems go away.
  36.  
  37.  
  38. Jeffrey Altman * 304 West 92nd St #7A   * New York, NY * 10025 * (212) 769-2675
  39.                * 612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  40.     C-Kermit 5A(191) for OS/2:   http://www.columbia.edu/kermit/cko191.html
  41.   Kermit 95 for Windows 95/NT:   http://www.columbia.edu/kermit/k95.html